Welcome![Sign In][Sign Up]
Location:
Search - msp430 iic

Search list

[assembly languagemsp430-iic

Description: msp430-IIC汇编通信,可以按要求功能自由修改,加快完成时间-Controller-IIC compilation communications, according to the functional requirements of the freedom to change, to speed up the completion time
Platform: | Size: 2186 | Author: tom | Hits:

[SCMMSP430F1121与液晶驱动芯片PCF8576的连接程序

Description: MSP430单片机MSP430F1121与液晶驱动芯片PCF8576的连接程序,与大家共享采用静态驱动模式,F1121通过模拟IIC与PCF8576连接,程序稍为修改就可以移植到89C51。-MSP430 MSP430F1121 with LCD driver chips PCF8576 connectivity procedures, and share use of the static-driven model, the F1121 through simulation with the IIC PCF8576 connectivity, slightly amended procedures can be transplanted to 89C51.
Platform: | Size: 2048 | Author: 于先生 | Hits:

[SCMMSP430IIC

Description: 一个MSP430的IIC程序,用于测试ADS1110,当然,经过稍加修改,也可以测试其他芯片,如AT24C01.可在MSP430  IAR上编译.-a MSP430 IIC procedures for testing ADS1110, of course, after some amendments, other tests can also chip, as AT24C01. The IAR MSP430 compiled.
Platform: | Size: 1024 | Author: bryan | Hits:

[SCMMSP430_IIC_Virtual

Description: 这是一个在MSP430单片机上,用I/O模拟I2C接口的程序。里面还包含了一个对RTC芯片DS1337的操作。已经调试成功并可以使用-the MSP430, using I/O simulation I2C interface. They also include one pair of DS1337 RTC chip's operation. Debugging has been successful and can use
Platform: | Size: 3072 | Author: 陈根潮 | Hits:

[Embeded-SCM Developiic_24c02

Description: 基于MSP430的程序代码,EEPROM的重要应用,望大虾多提宝贵意见-code, EEPROM of important applications, and hopes prawns provide more valuable opinions
Platform: | Size: 4096 | Author: 陈博辉 | Hits:

[assembly languagemsp430-iic

Description: msp430-IIC汇编通信,可以按要求功能自由修改,加快完成时间-Controller-IIC compilation communications, according to the functional requirements of the freedom to change, to speed up the completion time
Platform: | Size: 2048 | Author: tom | Hits:

[SCM430F449-IIC

Description: 这是一个用MSP430F449来实现IIC接口的程序,编译环境是IAR Embedded Workbench-MSP430F449 used to achieve IIC interface procedures, compiler environment IAR Embedded Workbench
Platform: | Size: 5120 | Author: zhangyunchuan | Hits:

[SCM24c16.c

Description: MSP430单片机应用 I2C接口24C16 C源程序-Single-chip I2C interface MSP430 Application 24C16 C source
Platform: | Size: 1024 | Author: Irene | Hits:

[SCMMSP430IIC

Description: msp430的IIC地层驱动程序,直接应用,欢迎下栽-MSP430 formation of IIC driver, direct applications, welcome下栽
Platform: | Size: 13312 | Author: 张金辉 | Hits:

[SCMI2C

Description: 基于单片机MSP430的iic存取程序。-Based on MCU MSP430 access procedures for the IIC.
Platform: | Size: 19456 | Author: xiangfei108 | Hits:

[SCMmsp430-i2c

Description: MSP430单片机IIC例子程序,是学习MSP430单片机的最好参考-MSP430 Singlechip example IIC procedures, is to learn from the best reference MSP430 MCU
Platform: | Size: 18432 | Author: rolston | Hits:

[SCMMSP430F149_IIC_DAC5571

Description: 本源码维MSP430F149控制IIC协议的AD芯片DAC5571,并再1602液晶上显示数据 MCU的P1.0、P1.1 端口与DAC5571 的SDA、SCK端口连接,通过在两个GPIO上模拟 I2C时序从而实现对DAC的操作。可以看到,DAC5571 的输出端Vout连接到了跳线座P7 的第 1 脚。如果用短路帽将跳线座J1 的 2 脚 和 3 脚连接,则DAC的输出直接驱动LED,可以通过LED亮度的变化直观地观察到 DAC输出电压值的变化;如果用短路帽将跳线座J1 的2 脚和1 脚连接,则可以用 MSP430 内置的ADC对DAC输出的电压进行采样转换,对ADC和DAC电路同时进行应用。-MSP430F149-dimensional control of the source of the AD Agreement IIC chip DAC5571, and another 1602 on the display data LCD MCU of P1.0, P1.1 ports of the DAC5571 and SDA, SCK-port connectivity, through two GPIO on I2C timing simulation in order to achieve DAC operation. Can be seen, DAC5571 output Vout is connected to a jumper P7 Block 1 foot. If the cap will short-circuit jumper J1 Block, 2 pin and 3 pin connection, the DAC output to directly drive LED, through the LED brightness can be visually observed changes in DAC output voltage changes in value If the cap will short-circuit jumper Block J1 2 feet and 1 foot to connect, you can use the built-in ADC of the MSP430 output voltage DAC sampling conversion of ADC and DAC circuit applications at the same time.
Platform: | Size: 35840 | Author: skywalker | Hits:

[SCMMSP430F149_AT24C02

Description: 本程序使用MSP430F149控制IIC总线EEProm AT24C02;MCU的通用输入输出(GPIO)端口P1.2、P1.3 与AT24C02 的SCL、SDA端口相连接构成I2C总线,因为MSP430F149 内部没有专用的I2C接口电路,所以只能用IO端口来模拟I2C时序从而实现对EEPROM的读写操作。从图 3.3 中我们可以看到EEPROM地址选择端口A0~A2 都外接低电平,所以进行I2C通信时,EEPROM的从机地址是唯一的,即A0~A2 所对应的地址控制位均为 0。 因为AT24C0X(X=1,2,4,8,16)系列芯片的管脚是兼容的,所以用户也可以自行更换其他型号的芯片,无需改动任何硬件结构,只需注意器件地址和存储空间寻址模式的变化,相应地修改软件程序即可。
Platform: | Size: 40960 | Author: skywalker | Hits:

[SCMIIC

Description: 用IAR编写,MSP430中I2C总线的应用-IAR prepared to use, MSP430 in the application of I2C bus
Platform: | Size: 25600 | Author: 刘伟 | Hits:

[SCMIIC

Description: software IIC for msp430
Platform: | Size: 2048 | Author: med hedi | Hits:

[SCMIIC

Description: MSP430模拟iic总线,驱动ZLG7290程序-MSP430 analog iic bus, the driver ZLG7290 program
Platform: | Size: 23552 | Author: MAXIULI | Hits:

[SCMmsp430

Description: TI 低功耗型单片机MSP430 样例程序,包括AD、PWM、捕捉、串口通信、IIC 等程序-TI low power consumption type sample MSP430 microcontroller program, including AD, PWM, capture, serial communication, IIC programs
Platform: | Size: 139264 | Author: 张震 | Hits:

[SCMIIC

Description: MSP430单片机 IIC总线程序 I2C总线程序 完整版详细注释-MSP430 MCU IIC bus full program details I2C bus program notes
Platform: | Size: 1024 | Author: 灰小四 | Hits:

[SCMSimulation-software-IIC-bus

Description: 软件模拟IIC总线读写24C02程序,msp430,iic例子程序。用于135、145、147、149-24C02 IIC bus read and write the software simulation program, msp430, iic example program. For 135,145,147,149
Platform: | Size: 36864 | Author: jerry | Hits:

[SCMmsp430-iic---driver-code-example

Description: msp430f13x 14x 15x 16x单片机 iic 驱动-\msp430 iic driver code example.rar
Platform: | Size: 39936 | Author: 汪洋 | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net